HighContrast: Fix outdated name for headerbar box
authorDaniel Boles <dboles@src.gnome.org>
Sun, 3 Sep 2017 12:32:14 +0000 (13:32 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Sun, 3 Sep 2017 12:36:43 +0000 (13:36 +0100)
gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk-contained-inverse.css
gtk/theme/HighContrast/gtk-contained.css

index 396aff8fda244dae9208bba915c56db1855aaf8a..35198da73804587bcba40c35ebb1816fc57defb9 100644 (file)
@@ -1209,7 +1209,7 @@ headerbar {
     font-size: 80%;
     padding: 0 12px;
   }
-  & > GtkBox > separator.vertical {
+  & > box > separator.vertical {
     border-width: 0 1px;
     border-color: $fg_color;
     border-style: solid;
index e2fd440a067f8f73f65fd35f19d2dab6cc50de4a..efc4f063178a4145df7e644f0d0eca3a2ca810d2 100644 (file)
@@ -490,7 +490,7 @@ toolbar.inline-toolbar:backdrop, searchbar.inline-toolbar:backdrop { border-colo
 
 .titlebar .subtitle, headerbar .subtitle { font-size: 80%; padding: 0 12px; }
 
-.titlebar > GtkBox > separator.vertical, headerbar > GtkBox > separator.vertical { border-width: 0 1px; border-color: #fff; border-style: solid; }
+.titlebar > box > separator.vertical, headerbar > box > separator.vertical { border-width: 0 1px; border-color: #fff; border-style: solid; }
 
 .titlebar.selection-mode, headerbar.selection-mode { color: #b7b7b7; text-shadow: 0 1px rgba(0, 0, 0, 0.5); background-image: linear-gradient(to bottom, #eaeaea, #e2e2e2); box-shadow: inset 0 -1px #262626, inset 0 1px #6f6f6f; }
 
index d3d42808ddf54221cbf4941d72d145d2db647310..b60f91ecda6baebd2c6f2eeb8c64c27072ee6417 100644 (file)
@@ -494,7 +494,7 @@ toolbar.inline-toolbar:backdrop, searchbar.inline-toolbar:backdrop { border-colo
 
 .titlebar .subtitle, headerbar .subtitle { font-size: 80%; padding: 0 12px; }
 
-.titlebar > GtkBox > separator.vertical, headerbar > GtkBox > separator.vertical { border-width: 0 1px; border-color: #000; border-style: solid; }
+.titlebar > box > separator.vertical, headerbar > box > separator.vertical { border-width: 0 1px; border-color: #000; border-style: solid; }
 
 .titlebar.selection-mode, headerbar.selection-mode { color: black; text-shadow: 0 1px rgba(0, 0, 0, 0.5); background-image: linear-gradient(to bottom, #0d0d0d, #050505); box-shadow: inset 0 -1px #d9d9d9, inset 0 1px gray; }